type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToInt32

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L250: 			return scanPlanTextAnyToInt32{}
		int.go#L813: 			return scanPlanTextAnyToInt32{}
		int.go#L1387: 			return scanPlanTextAnyToInt32{}
		int.go#L1841: type scanPlanTextAnyToInt32 struct{}
		int.go#L1843: func (scanPlanTextAnyToInt32) Scan(src []byte, dst any) error {